Skip to main content

MultiLanguageText Events

An object defining events for the MultiLanguageText class.

MultiLanguageTextChanging

Occurs when the multi-language text is about to change.

Parameters:

sender (required): object
The source of the event.

e (required): PropertyChangingEventArgs<MultiLanguageText>
The event arguments containing the old and new multi-language text values.

See Also


TextChanging

Occurs when the text is about to change.

Parameters:

sender (required): object
The source of the event.

e (required): PropertyChangingEventArgs<string>
The event arguments containing the old and new text values.

See Also


TextChanged

Occurs after the text has changed.

Parameters:

sender (required): object
The source of the event.

e (required): PropertyChangedEventArgs<string>
The event arguments containing the old and new text values.

See Also


MultiLanguageTextChanged

Occurs after the multi-language text has changed.

Parameters:

sender (required): object
The source of the event.

e (required): PropertyChangedEventArgs<MultiLanguageText>
The event arguments containing the old and new multi-language text values.

See Also